home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
.net (Turkey) 1998 March
/
.net Internet Dergisi - CD 5.iso
/
pc
/
CON_BM
/
00299_Script_299
< prev
next >
Wrap
Text File
|
1997-11-07
|
552b
|
18 lines
on puppetSoundWait thisChannel,thisSound
puppetSound thisChannel,thisSound
-- wait a few ticks before checking soundbusy because some old
-- sound cards return the wrong value if you check soundbusy
-- right away
set start = the timer
repeat while the timer - start < 20
nothing
end repeat
-- let the user escape this loop
repeat while soundbusy(thisChannel) and not the mouseDown
updateStage
end repeat
-- turn the sound off if the user clicked out of loop
puppetSound thisChannel,0
updatestage
end